Version

ValueChanged Event

Occurs when the value of the XamSliderThumb<T> Value property is changed.
Syntax
'Declaration
 
Public Event ValueChanged As RoutedPropertyChangedEventHandler(Of T)
public event RoutedPropertyChangedEventHandler<T> ValueChanged